@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#main_image_about {
	background-color: #000000;
	height: 350px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/about%20main%20image.png);
	
}

#main_image_news {
	background-color: #000000;
	height: 350px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/news%20main%20image.png);
	
}

#main_image_contact {
	background-color: #000000;
	background-image: url(../images/contact%20main%20image.png);
	height: 350px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}


a.black:link {
	color: #000;
	text-decoration: none;
}
a.black:visited {
	text-decoration: none;
	color: #000;
}
a.black:hover {
	text-decoration: none;
	color: #666666;
}
a.black:active {
	text-decoration: none;
}



a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: none;
	color: #666666;
}
a.white:active {
	text-decoration: none;
}


a.gray:link {
	color: #666666;
	text-decoration: none;
}
a.gray:visited {
	text-decoration: none;
	color: #666666;
}
a.gray:hover {
	text-decoration: none;
	color: #000000;
}
a.gray:active {
	text-decoration: none;
}


a.gray2:link {
	color: #666666;
	text-decoration: none;
}
a.gray2:visited {
	text-decoration: none;
	color: #666666;
}
a.gray2:hover {
	text-decoration: none;
	color: #666666;
}
a.gray2:active {
	text-decoration: none;
}


.texto_small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.texto_small2 {
	font-size: 12px;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px auto;

   The -100px mentioned above needs to be the exact height of the footer.
;
}

#header{
	width: 100%;
	background-color: #FFF;
	}



#pic_container{
	width: 100%;
	background-color: #000;
	}
	
#picture {
	text-align: center;
	background-color: #999999;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#index_about_image_container{
	background-color: #49453a;
	background-image: url(../images/index%20main%20image2.png);
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
.white_text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.black_text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product_name {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color: #333333;
}

.black_text_left_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-right: 20px;
}

.subtitle_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
}

#textos_container{
	width: 100%;
	background-color: #FFF;
	}

	
.textos_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}	

.menu_style {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
	padding-top: 5px;
}	


.tab_top {
	padding-bottom: 10px;
	padding-top: 15px;
}	


.tab_btm {
	padding-bottom: 15px;
	
}	


div.footer{
	height: 100px;
	clear: both;
	position: relative;
	background-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
div.nudge{
   height: 100px;
   clear: both;
}





img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
            }
    /* // image replacement */
			
	#container_slider{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
	background:#fff;
		}	


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
	height:350px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:140px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:960px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background-image: url(../images/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a, #slider1next a{
	background-image: url(../images/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
.padding_shop {
	padding-bottom: 1px;
	padding-left: 2px;
}
